Documents for PDF, .NET Edition Documentation
DestinationFitBH Constructor(Int32,Nullable<Single>)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationFitBH Class > DestinationFitBH Constructor : DestinationFitBH Constructor(Int32,Nullable<Single>)
The page index.
The top coordinate of the document window.
Initialize a new instance of the DestinationFitBH class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageIndex As System.Integer, _
   ByVal top As System.Nullable(Of Single) _
)
public DestinationFitBH( 
   System.int pageIndex,
   System.Nullable<float> top
)

Parameters

pageIndex
The page index.
top
The top coordinate of the document window.
See Also

Reference

DestinationFitBH Class
DestinationFitBH Members
Overload List